home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Phase 2 / Form.css < prev    next >
Cascading Style Sheet File  |  2011-02-21  |  2KB  |  42 lines

  1. /*
  2.    Uefemia Restrepo Style Sheet
  3.    Author: Jose Puentes
  4.    Date:   Feb. 21, 2011
  5.  
  6.    Filename:         form.css
  7.    Supporting Files: none
  8.  
  9. */
  10.    body    {color: white; background-color: purple; font-family: monotype corsiva, Helvetica, san-serif;
  11.         margin-left: 4em; padding-left: 1em; margin-right: 4em; padding-left: 1em; 
  12.         border-left: 0.9em solid yellow; border-right: 0.9em solid yellow;font-size: 1.2em}
  13.    h1       {color: yellow; font-size: 3em}
  14.    h2       {color: yellow; font-size: 1.5em; letter-spacing: 0,4em}
  15.    h3       {color: white; font-size: 1.2em; letter-spacing: 0em}
  16.  
  17.    address {text-align: center; color: white; font:normal small-caps 0.8em san-serif;
  18.         padding-top: 1em}
  19.  
  20.    a       {Color: yellow}
  21.  
  22.    #links a:link      {text-decoration: none}
  23.    #links a:visited   {text-decoration: none}
  24.    #links a:hover     {color: black; text-decoration: underline}
  25.    #links a:active    {text-decoration: none}
  26.  
  27.    #promoimage  {float: right; margin: 0em 1em 0em 0em}
  28.    #promoimage2 {float: left; margin: 0em 1em 0em 0em}
  29.    #promoimage3 {float: left; margin: 0em 1em 0em 0em}
  30.    #promoimage4 {float: left; margin: 0em 1em 0em 0em}
  31.  
  32.    #samples         {position: absolute}
  33.    #samples_container  {position: relative; left: 0px; top: 0px; height: 580px}
  34.    #sample1        {position: absolute; left: 0px; top: 0px}
  35.    #sample2         {position: absolute; left: 340px; top: 90px}
  36.    #sample3        {position: absolute; left: 680px; top: 180px}
  37.  
  38.  
  39.    
  40.  
  41.  
  42.